home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / skin.xml230 < prev    next >
Text File  |  2008-03-22  |  2KB  |  61 lines

  1. <settings>
  2.   <MenuType type="Centered2"/>
  3.   
  4.     <!-- name colors -->
  5.     <NamedColors>            
  6.         <NamedColor name="StandardFill" color="Black"/>            
  7.     </NamedColors>        
  8.   
  9.     <!-- text style -->
  10.     <TextStyles>
  11.         <TextStyle name="MenuStyle" color="White" size="14"/>
  12.     </TextStyles>
  13.    
  14.  
  15.     <!-- placements -->
  16.     <Placements>
  17. <!--        <Placement name="MenuButtonOrigin" loc="55,25" scrollDuration="0.25" itemCount="5" withInsetX="75" offset="8.5" rightShift="true" alpha="200"/> -->
  18.         <Placement name="MenuButtonOrigin" loc="55,23" scrollDuration="0.25" itemCount="7" withInsetX="75" offset="6.5" rightShift="true" alpha="200"/> 
  19.         <Placement name="SelectedTaskDescription" loc="10,85" alpha="150"/>
  20.         <Placement name="TaskImage" loc="10,25" alpha="90"/>
  21.         <Placement name="CurrentTime" loc="10,4" alpha="150"/>
  22.         <Placement name="InsetRect" loc="7,20" size="53,53"/>
  23.     </Placements>
  24.  
  25.     <!-- Animations -->
  26.     <Animations>
  27.         <Animation name="SwitchScreen" type="FadeThrough" duration="300"/>    
  28.     </Animations>
  29.   
  30.   <!-- Panels -->
  31.   <Panels>
  32.     <Panel name="NowPlaying" enabled="true"/>
  33.   </Panels>
  34.   
  35.     <!-- Composite Images -->    
  36.     <CompositeImages>
  37.         <!--
  38.         <CompositeImage name="TaskImage" size="30,42">
  39.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="Black" borderColor="Transparent" radius="3" borderWidth="0"/>                 
  40.             <DrawImage filename="@taskImage" loc="0,0" size="100,100"/>            
  41.         </CompositeImage>
  42.         -->
  43.  
  44.         <CompositeImage name="SelectedTaskDescription" size="80,10">
  45.             <DrawText text="@description" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Top"/>
  46.         </CompositeImage>
  47.  
  48.         <CompositeImage name="CurrentTime" size="80,5">
  49.             <DrawText text="@currentTime" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
  50.         </CompositeImage>
  51.  
  52.         <CompositeImage name="ButtonNormal" size="25.0,5.0">        
  53.             <DrawText text="@buttonText" loc="7,5" size="100,100" textStyle="MenuStyle" align="Left"/>
  54.         </CompositeImage>
  55.  
  56.         <CompositeImage name="ButtonSelected" size="25.0,5.0">      
  57.             <DrawText text="@buttonText" loc="7,5" size="100,100" textStyle="MenuStyle" align="Left"/>
  58.         </CompositeImage>
  59.  
  60.     </CompositeImages>             
  61. </settings>